GraphQL-UI
icon

GraphQL-UI

GraphQL Endpointhttp://localhost:8080/graphql


Arguments
nametypedescription
idIntcontribution id
Fields
nametypedescription
createdAtStringcreated date
deletedAtStringdelete date
idIntid
titleStringtitle
updatedAtStringupdate date
userIdIntuser id
viewStatusIntview status 0 ore 1
Example
{
    contribution (id1 )  {
        createdAt
        deletedAt
        id
        title
        updatedAt
        userId
        viewStatus
    }
}

Arguments
nametypedescription
firstIntnumber of item displayed
Fields
nametypedescription
createdAtStringcreated date
deletedAtStringdelete date
idIntid
titleStringtitle
updatedAtStringupdate date
userIdIntuser id
viewStatusIntview status 0 ore 1
Example
{
    contributionList (first1 )  {
        createdAt
        deletedAt
        id
        title
        updatedAt
        userId
        viewStatus
    }
}

Arguments
nametypedescription
firstIntnumber of item displayed
Fields
nametypedescription
createdAtStringcreated date
deletedAtStringdelete date
idIntid
titleStringtitle
typeInttype
updatedAtStringupdate date
userContributionIdIntcontribution id
userIdIntuser id
Example
{
    problemList (first1 )  {
        createdAt
        deletedAt
        id
        title
        type
        updatedAt
        userContributionId
        userId
    }
}

Arguments
nametypedescription
firstIntnumber of item displayed
Fields
nametypedescription
bodyStringbody
createdAtStringcreated date
deletedAtStringdelete date
emailStringemail
idIntid
updatedAtStringupdate date
userIdIntuser id
Example
{
    questionList (first1 )  {
        body
        createdAt
        deletedAt
        email
        id
        updatedAt
        userId
    }
}

Arguments
nametypedescription
idIntuser id
Fields
nametypedescription
createdAtStringcreated date
deletedAtStringdelete date
emailStringemail
idIntid
nameStringname
profileImageIdIntprofile image id
updatedAtStringupdate date
Example
{
    user (id1 )  {
        createdAt
        deletedAt
        email
        id
        name
        profileImageId
        updatedAt
    }
}

Arguments
nametypedescription
firstIntnumber of item displayed
Fields
nametypedescription
createdAtStringcreated date
deletedAtStringdelete date
emailStringemail
idIntid
nameStringname
profileImageIdIntprofile image id
updatedAtStringupdate date
Example
{
    userList (first1 )  {
        createdAt
        deletedAt
        email
        id
        name
        profileImageId
        updatedAt
    }
}

Arguments
nametypedescription
idIntcontribution id
Fields
nametypedescription
idIntid
Example
mutation _ {
    hideContribution (id1 )  {
        id
    }
}

Arguments
nametypedescription
idIntcontribution id
Fields
nametypedescription
idIntid
Example
mutation _ {
    showContribution (id1 )  {
        id
    }
}

graphql Report generated by graphql and graphql-ui