⚛ Uci GraphQL

ILoader

Contract to load all the fields in GraphQL.

Table of Contents

clean()  : void
Clean all fields.
getFields()  : array<string|int, mixed>
Returns all fields for GraphQL for each implementation.

Methods

clean()

Clean all fields.

public static clean() : void
Return values
void

getFields()

Returns all fields for GraphQL for each implementation.

public static getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results